LastSeenObjectIdEvent

data class LastSeenObjectIdEvent(lastSeenObjectId: Int, timestamp: Double) : Event

If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.

Constructors

LastSeenObjectIdEvent
Link copied to clipboard
fun LastSeenObjectIdEvent(lastSeenObjectId: Int, timestamp: Double)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

lastSeenObjectId
Link copied to clipboard
val lastSeenObjectId: Int
timestamp
Link copied to clipboard
val timestamp: Double

Sources

jvm source
Link copied to clipboard